Skip to content

Conversation

@mrubens
Copy link
Collaborator

@mrubens mrubens commented Sep 1, 2025

Important

Optimize memory usage, fix special tokens issue, add Ollama API key support, rename Account tab, and update documentation for image paths.

  • Behavior:
    • Optimize memory usage for image handling in webview.
    • Fix special tokens breaking task processing.
    • Add Ollama API key support for Turbo mode.
    • Rename Account tab to Cloud tab.
    • Add kangaroo-themed release image generation.
  • Documentation:
    • Update image path format in .roo/commands/release.md.
    • Update image path format in CHANGELOG.md.

This description was created by Ellipsis for 20e9724. You can customize this summary. It will automatically update as commits are pushed.

@mrubens mrubens requested review from cte and jr as code owners September 1, 2025 15:34
@dosubot dosubot bot added size:S This PR changes 10-29 lines, ignoring generated files. changelog-ready labels Sep 1, 2025
@mrubens mrubens merged commit 00d26ee into main Sep 1, 2025
17 of 18 checks passed
@mrubens mrubens deleted the v3.26.4 branch September 1, 2025 15:37
@github-project-automation github-project-automation bot moved this from New to Done in Roo Code Roadmap Sep 1, 2025
@github-project-automation github-project-automation bot moved this from Triage to Done in Roo Code Roadmap Sep 1, 2025
Copy link
Contributor

@roomote roomote bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for your contribution! I've reviewed the v3.26.4 release changes and have some minor suggestions for improvement.

- Optimize memory usage for image handling in webview (thanks @daniel-lxs!)
- Fix: Special tokens should not break task processing (#7539 by @pwilkin, PR by @pwilkin)
- Add Ollama API key support for Turbo mode (#7147 by @LivioGama, PR by @app/roomote)
- Rename Account tab to Cloud tab for clarity (thanks @app/roomote!)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this intentional? I noticed the attribution format varies here:

  • Lines 8-9 use: (#ISSUE by @reporter, PR by @contributor)
  • Lines 10-11 use: (thanks @contributor!)

According to the release.md guidelines, entries with linked issues should use the first format, while entries without issues should use the second. Could lines 10-11 be missing their issue references if they have any?

- The image should feature a realistic-looking kangaroo doing something human-like that relates to the main highlight of the release
- Pass `releases/template.png` as the reference image for aspect ratio and kangaroo style
- Add the generated image to .changeset/v[version].md before the list of changes with format: `![X.Y.Z Release - Description](releases/X.Y.Z-release.png)`
- Add the generated image to .changeset/v[version].md before the list of changes with format: `![X.Y.Z Release - Description](/releases/X.Y.Z-release.png)`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good change to use absolute paths! Could we add a comment explaining why /releases/ is preferred over releases/? This would help future contributors understand that absolute paths ensure images render correctly regardless of the viewing context (e.g., GitHub, npm, local markdown viewers).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

changelog-ready size:S This PR changes 10-29 lines, ignoring generated files.

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

2 participants